/* Sudo Slider */

.slider ul, .slider ul li, .sliderul, .sliderli{margin:0;padding:0;list-style:none;}
.slider ul li, .sliderli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	/*width:566px;*/
/* 	height:241px; */
    /*width:1500px;*/
	overflow:hidden; 
	position:relative;
}	
.slider, .slider2 {width:100%;overflow:hidden;}
.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}
#controls{ width:auto;height:12px;position:absolute;z-index:111000;margin:0 auto;}
.prevBtn, .nextBtn {display:block;width:36px;height:69px;float:left;position:relative;z-index:111000;background:url(btn_prev.png) no-repeat 0 0;cursor:pointer;}	
.nextBtn{float:right;}														
.nextBtn{background:url(btn_next.png) no-repeat 0 0;}		
		
/* numeric controls */	
ol {margin:0;padding:0;height:12px;}
ol li{margin:0 20px 0 0;padding:0;float:left;list-style:none;height:12px;width:11px;background:url(point.png) no-repeat 0 0;/*line-height:11px;*/}
ol li span{width:11px;text-align:center;}
ol li a{float:left;height:12px;/*line-height:12px;*/color:#000;padding:0;text-decoration:none;}
ol li.current {background-position:-30px 0;}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}